object ynform: Tynform Left = 187 Top = 114 BorderStyle = bsDialog ClientHeight = 105 ClientWidth = 422 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnClose = FormClose OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Left = 4 Top = 16 Width = 413 Height = 41 Alignment = taCenter AutoSize = False Caption = 'Label1' Font.Color = clBlue Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object byes: TBitBtn Left = 45 Top = 68 Width = 89 Height = 29 Caption = '&Yes' ModalResult = 6 TabOrder = 0 NumGlyphs = 2 end object bno: TBitBtn Left = 167 Top = 68 Width = 89 Height = 29 Caption = '&No' ModalResult = 7 TabOrder = 1 NumGlyphs = 2 end object bok: TBitBtn Left = 166 Top = 68 Width = 89 Height = 29 Caption = '&Ok' ModalResult = 1 TabOrder = 2 end object bcancel: TBitBtn Left = 288 Top = 68 Width = 89 Height = 29 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 Visible = False end end